projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db1ab7d
)
radiobutton: :hover on hover
author
Benjamin Otte
<otte@redhat.com>
Fri, 15 Aug 2014 16:30:19 +0000
(18:30 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Sat, 16 Aug 2014 14:34:15 +0000
(16:34 +0200)
No special cases, those go in the theme.
gtk/gtkradiobutton.c
patch
|
blob
|
history
diff --git
a/gtk/gtkradiobutton.c
b/gtk/gtkradiobutton.c
index 86c7ca3df264e8c7153ad709934eefc0dcef2d4f..ec15635018f415a622d410710313fa322469f6c7 100644
(file)
--- a/
gtk/gtkradiobutton.c
+++ b/
gtk/gtkradiobutton.c
@@
-862,7
+862,7
@@
gtk_radio_button_draw_indicator (GtkCheckButton *check_button,
(button->priv->button_down && button->priv->in_button))
state |= GTK_STATE_FLAG_ACTIVE;
- if (button->priv->in_button
&& !(state & GTK_STATE_FLAG_INSENSITIVE)
)
+ if (button->priv->in_button)
state |= GTK_STATE_FLAG_PRELIGHT;
if (gtk_widget_get_direction (widget) == GTK_TEXT_DIR_RTL)